home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1055 / PlaceObject2_455_131 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2008-09-12  |  831b  |  32 lines

  1. onClipEvent(load){
  2.    heroe = eval(_root.heroe);
  3.    mapa = eval(_root.mapa);
  4.    this.gotoAndStop("jump");
  5.    SPEED = 2;
  6.    vforce = 15;
  7.    vforcei = 10;
  8.    MAXJUMP = 60;
  9.    currenthigh = 0;
  10.    xi = _X;
  11.    yi = Math.abs(_Y - _root.mapa._y);
  12.    DELAY = 15;
  13.    falling = true;
  14.    vertical = 2;
  15.    attack = false;
  16.    DAMAGE = 1;
  17.    MAXDAMAGE = 2;
  18.    currentdamage = 0;
  19.    hitted = false;
  20.    flashing = false;
  21.    hitable = false;
  22.    FLASHTIME = 5;
  23.    timerdamage = 0;
  24.    myColor = new Color(this);
  25.    myColorTransform = new Object();
  26.    myColorTransform = {ra:"100",rb:"200",ga:"100",gb:"180",ba:"100",bb:"150",aa:"100",ab:"00"};
  27.    myColorNormal = {ra:"100",rb:"00",ga:"100",gb:"00",ba:"100",bb:"00",aa:"100",ab:"00"};
  28.    death = false;
  29.    landing = new Sound();
  30.    landing.attachSound("sapolanding");
  31. }
  32.